Versions:

  • 1.0.2

go-msi 1.0.2, published by mh-cbon, is a lightweight command-line utility designed to streamline the creation of Windows Installer (MSI) packages for Go applications. Developed as a component of the broader go-github-release workflow, the tool addresses the common need to distribute Go binaries in a format that Windows users can install and uninstall through the standard Windows Installer service. By wrapping the compiled Go executable and any required resources into a properly structured MSI, go-msi enables developers to deliver their software with familiar setup wizards, automatic registry entries, and clean removal options. Typical use cases range from single-binary CLI tools to more complex applications that need Start-menu shortcuts, file associations, or Windows service registration, all of which can be described through simple YAML configuration files consumed by go-msi. Because the utility integrates directly with existing Go build processes, it fits naturally into continuous-integration pipelines, allowing teams to produce signed, versioned installers on every release tag without manual intervention. The single published version 1.0.2 provides a stable feature set focused on core packaging tasks, making it suitable for both open-source projects distributed on GitHub and commercial software shipped to enterprise customers. go-msi is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: